@charset "UTF-8";
 
html {
    color: #000;
    background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

/* yui3 fonts */

body {
    font: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
    background: url('../newimages/main_bg.jpg') center 345px no-repeat;
    background-color: #f1f8ff;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
    font-family: "Microsoft YaHei";
    outline: 0;
    border: 0;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.transparent{background:transparent;}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.ewb-mt25 {
    margin-top: 25px;
}

/*手机端*/

@media (max-width: 767px) {
    .ewb-mt25 {
        margin-top: 15px;
    }
}

/* 属性值渐变 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

/* 单行文本溢出 */

.ewb-otw {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* banner */

.ewb-banner {
    height: 294px;
    background: url('../newimages/gxqlogo_gh2021.jpg') center bottom no-repeat;
}

/* top */

.ewb-top {
    height: 37px;
    line-height: 36px;
    font-size: 13px;
    color: #313131;
    background: url('../newimages/top_bg.png') repeat;
}

.ewb-date {
    float: right;
    margin-right: 20px;
}

.ewb-weather {
    float: left;
    margin-left: 12px;
    width: 265px;
	margin-top: 4px;
}

.ewb-weather span {
    float: left;
}

.ewb-weather img {
    float: left;
    margin: 9px 8px 0 8px;
}

.ewb-search {
    position: relative;
    z-index: 1;
    float: right;
    margin: 5px 40px 0 0;
    padding: 0 30px 0 12px;
    width: 270px;
    height: 27px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    background: url('../newimages/search_bg.png') repeat;
}

.ewb-search .input-placeholder {
    position: absolute;
    top: 0;
    left: 12px;
    height: 25px;
    line-height: 24px;
    color: #333;
    z-index: -1;
    cursor: text;
}

.ewb-search .input-box {
    width: 100%;
    height: 25px;
    line-height: 24px;
    border: 0;
    background: 0 0;
    color: #333;
    vertical-align: top;
}

.ewb-search-btn {
    position: absolute;
    top: 6px;
    right: 11px;
    width: 14px;
    height: 14px;
    background: url('../newimages/search_ico.png') no-repeat;
    cursor: pointer;
}

.ewb-top-links {
    float: left;
}

.ewb-top-links a {
    float: left;
    margin: 0 10px;
    color: #313131;
}

.ewb-top-links i {
    float: left;
    margin-top: 12px;
    width: 1px;
    height: 12px;
    background: url('../newimages/top_sx.png') no-repeat;
}

.ewb-top-links a:hover {
    color: #b32424;
}

.ewb-phone {
    padding-left: 19px;
    background: url('../newimages/phone_ico.png') left center no-repeat;
}

.ewb-phone:hover {
    background-image: url('../newimages/phone_icoh.png');
}

.ewb-code {
    position: relative;
    z-index: 999;
}

.ewb-code-box {
    position: absolute;
    z-index: 999;
    top: 22px;
    left: 50%;
    margin-left: -50px;
    display: none;
    width: 100px;
    height: 100px;
    padding: 10px 10px;
}

.ewb-code-arrow {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -5px;
    display: block;
    width: 10px;
    height: 5px;
    background: url('../newimages/code_arrow.png') no-repeat;
}

.ewb-code-box img {
    width: 80px;
    height: 80px;
    vertical-align: top;
}

.ewb-code:hover .ewb-code-box {
    display: block;
}

.line-feed {
    display: none;
}

/* logo */

.ewb-logo {
    float: left;
    margin-top: 79px;
}

.ewb-small-logo {
    float: right;
    margin-top: 170px;
}

/* nav */

.ewb-nav {
    height: 51px;
    background-color: #b32424;
}

.ewb-nav .container {
    position: relative;
    z-index: 9999;
}

.ewb-nav-node {
    float: left;
    width: 12.5%;
    vertical-align: top;
}

.ewb-nav-name {
    display: block;
    height: 51px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.ewb-nav-node:hover .ewb-nav-name,
.ewb-nav-node.current .ewb-nav-name {
    font-weight: bold;
    background-color: #d9515c;
    color: #fff;
}

/* 1200分辨率以下 */
@media (max-width: 1199px) {

    /* top */
    .ewb-top {
        font-size: 12px;
    }

    .ewb-search {
        margin-left: 20px;
        width: 136px;
    }

    /* logo */
    .ewb-logo {
        width: 700px;
    }

    .ewb-small-logo {
        width: 200px;
        margin-top: 190px;
    }
}

/* 竖版pad及以下 */
@media (max-width: 979px) {

    /* top */
    .ewb-weather {
        display: none;
    }

    /* logo */
    .ewb-logo {
        width: 650px;
        margin-top: 60px;
    }

    .ewb-small-logo {
        width: 200px;
        margin-top: 40px;
    }
}

/* 手机端 */
@media (max-width: 767px) {

    /* banner */
    .ewb-banner {
        height: auto;
        padding-bottom: 10px;
    }

    /* top */
    .ewb-top {
        height: auto;
        line-height: 22px;
        padding: 5px 0;
    }

    .ewb-date {
        display: none;
    }
	
	.ewb-wza {
        display: none;
    }

    .ewb-search {
        width: 85%;
        margin-left: 0;
    }

    .ewb-top-links {
        margin: 0;
        width: 100%;
    }

    .ewb-top-links a {
        margin: 0 5px;
    }

    .ewb-top-links i {
        margin-top: 6px;
    }

    /* logo */
    .ewb-logo {
        margin-top: 20px;
        width: 95%;
        max-width: 650px;
    }

    .ewb-small-logo {
        margin-top: 10px;
        width: 35%;
        max-width: 150px;
    }

    /* nav */
    .ewb-nav {
        padding-bottom: 5px;
        height: auto;
    }

    .ewb-nav-node {
        margin-top: 5px;
        width: 25%;
    }

    .ewb-nav-name {
        margin: 0 3px;
        height: 32px;
        line-height: 31px;
        font-size: 14px;
        border-radius: 3px;
    }
}

@media (max-width: 320px) {

    /* nav */
    .ewb-nav-node {
        width: 33.33333333333333%;
    }
}

/* 下拉菜单 */

.ewb-drop {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 51px;
    right: 0;
    left: 0;
    border: 1px solid #b32424;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}

/* 竖版pad及以下 */
@media (max-width: 979px) {
    .ewb-drop {
        display: none !important;
    }
}

/* 区域概况-下拉菜单 */

.ewb-survey {
    padding: 19px 19px 0 19px;
    height: 443px;
}

.ewb-survey-img {
    float: left;
    width: 392px;
    height: 404px;
    border-radius: 5px;
}

.ewb-survey-wrap {
    position: relative;
    float: left;
    margin-left: 19px;
    width: 749px;
}

.ewb-survey-wrap .ewb-cm-hd {
    height: 39px;
}

.ewb-survey-node {
    position: absolute;
    top: 0;
}

.ewb-survey-node.one {
    left: 0;
}

.ewb-survey-node.two {
    left: 102px;
}

.ewb-survey-node.three {
    left: 204px;
}

.ewb-survey-node.four {
    left: 306px;
}

.ewb-survey-node.five {
    left: 408px;
}

.ewb-survey-node.six {
    left: 510px;
}

.ewb-survey-node.seven {
    left: 612px;
}

.ewb-survey-name {
    display: block;
    width: 100px;
    height: 38px;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    color: #666;
    background-color: #ededed;
    border-radius: 2px;
}

.ewb-survey-name.current {
    height: 39px;
    font-weight: bold;
    color: #fff;
    background-color: #db535d;
    border-bottom: 2px solid #b32424;
	cursor: auto;
}

.ewb-survey-bd {
    margin-top: 7px;
}

.ewb-survey-content {
    margin-right: -14px;
    padding-right: 14px;
    height: 358px;
    line-height: 32px;
    overflow: hidden;
}

.ewb-survey-content p {
    text-indent: 2em;
    color: #666;
    text-align: justify;
    text-justify: inter-ideograph;
}


/* 1200分辨率以下 */
@media (max-width: 1199px) {
    .ewb-survey-wrap {
        width: 529px;
    }
    .ewb-survey-hd {
        width: 642px;
    }
    .ewb-survey-node.one {
        left: 0;
    }
    
    .ewb-survey-node.two {
        left: 102px;
    }
    
    .ewb-survey-node.three {
        left: 204px;
    }
    
    .ewb-survey-node.four {
        left: 306px;
    }
    
    .ewb-survey-node.five {
        left: 408px;
    }
    
    .ewb-survey-node.six {
        left: 510px;
    }
    
    .ewb-survey-node.seven {
        left: 612px;
    }
    .ewb-survey-node.one {
        left: 0;
    }
    
    .ewb-survey-node.two {
        left: 92px;
    }
    
    .ewb-survey-node.three {
        left: 184px;
    }
    
    .ewb-survey-node.four {
        left: 276px;
    }
    
    .ewb-survey-node.five {
        left: 368px;
    }
    
    .ewb-survey-node.six {
        left: 460px;
    }

    .ewb-survey-node.seven {
        left: 552px;
    }
    
    .ewb-survey-name {
        width: 90px;
        font-size: 14px;
    }
}


/* 新闻中心-下拉菜单 */

.ewb-news-center {
    padding: 19px 19px 0 19px;
    height: 443px;
}

.ewb-news-wrap {
    width: 570px;
}

.ewb-news-wrap .ewb-headline {
    height: 133px;
    border-bottom: 1px solid #dedede;
}

.ewb-news-wrap .ewb-headline-tt {
    padding-top: 5px;
    height: 47px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #797b80;
}

.ewb-news-wrap .ewb-headline-content {
    height: 72px;
    line-height: 24px;
    font-size: 14px;
}

.ewb-news-wrap .ewb-list {
    padding-top: 3px;
}

.ewb-news-wrap.l .ewb-list {
    padding-top: 6px;
}

.ewb-news-wrap .ewb-news .ewb-list-node {
    height: 34px;
    line-height: 34px;
}

.ewb-news-wrap .ewb-news .ewb-list-name {
    font-size: 14px;
}

.ewb-news-wrap .ewb-news .ewb-list-date {
    font-size: 12px;
}

.ewb-news-wrap.l .ewb-news {
    padding-top: 0;
}

.ewb-news-wrap.r .ewb-news {
    padding-top: 117px;
    /* border-top: 1px solid #dedede; */
    height: 174px;
}

.ewb-news-wrap.r .ewb-news:first-child {
    padding-top: 0;
    border-top: 0;
    height: 153px;
}

/* 1200分辨率以下 */
@media (max-width: 1199px) {
    .ewb-news-wrap {
        width: 460px;
    }
}

/* 信息公开-下拉菜单 */

.ewb-info-public {
    padding: 19px 19px 0 19px;
    height: 443px;
}

.ewb-public-info {
    position: relative;
    width: 570px;
}

.ewb-public-info .ewb-tt-node {
    top: 0;
}

.ewb-public-info .ewb-list {
    padding-top: 4px;
}

.ewb-public-info .ewb-list-node {
    height: 34px;
    line-height: 34px;
}

.ewb-public-info .ewb-open-link {
    margin-top: 0;
    height: 131px;
}

.ewb-public-info .ewb-open-name {
    padding-top: 40px;
    height: 131px;
    line-height: 91px;
    background-position: center 36px;
}

.ewb-government {
    margin-top: 21px;
    height: 169px;
    border-radius: 5px;
    background-color: #f5f5f5;
}

.ewb-government-hd {
    padding-top: 11px;
    height: 49px;
    line-height: 38px;
    text-align: center;
}

.ewb-government-tt {
    font-size: 20px;
    color: #313131;
}

.ewb-government-line {
    margin: 0 auto;
    width: 130px;
    height: 2px;
    background-color: #eb6f6e;
}

.ewb-government-list {
    padding: 10px 0 0 20px;
}

.ewb-government-list li {
    float: left;
    padding: 4px 5px 4px 0;
    width: 16.66666666666666%;
    height: 32px;
    line-height: 24px;
    vertical-align: top;
    overflow: hidden;
}

.ewb-government-list li a {
    float: left;
    padding-left: 5px;
    max-width: 100%;
    color: #494a4c;
    background: url('../newimages/dian.jpg') left center no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-government-list li a:hover {
    color: #cc2a2a;
}

.ewb-government-btns {
    margin-top: 19px;
    height: 65px;
    overflow: hidden;
}

.ewb-government-btns ul {
    margin-right: -20px;
}

.ewb-government-btns ul li {
    float: left;
    width: 50%;
    vertical-align: top;
}

.ewb-government-btns ul li a {
    display: block;
    margin-right: 20px;
    height: 65px;
    line-height: 64px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    background-color: #d9515c;
}

.ewb-government-btns ul li a:hover {
    background-color: #b32424;
}

/* 1200分辨率以下 */
@media (max-width: 1199px) {
    .ewb-public-info {
        width: 460px;
    }
    .ewb-government-list li a {
        font-size: 12px;
    }
}

/* 政务服务-下拉菜单 */

.ewb-egs {
    padding: 19px 19px 0 19px;
    height: 443px;
}

.ewb-egs-wrap {
    position: relative;
    width: 570px;
}

.ewb-egs-wrap.r {
    padding-right: 154px;
}

.ewb-egs-wrap .ewb-tt-node {
    top: 0;
}

.ewb-egs-wrap .ewb-egs-slider {
    overflow: hidden;
}

.ewb-egs-wrap .work-carousel {
    padding: 0;
    margin: 0 -10px;
    width: 590px;
    height: 364px;
}

.ewb-egs-wrap .work-carousel .owl-stage-outer {
    height: 340px;
    overflow: hidden;
}

.ewb-egs-wrap .work-carousel .item {
    height: 340px;
}

.ewb-egs-wrap .work-carousel .item ul {
    margin: 0;
}

.ewb-egs-wrap .work-carousel .ewb-work-item {
    width: 25%;
}

.ewb-egs-wrap .ewb-work-name {
    margin: 20px 10px 0 10px;
    height: 48px;
    line-height: 47px;
    font-size: 16px;
    color: #494a4c;
    border: 0;
    background-color: #f5f5f5;
}

.ewb-egs-wrap .ewb-work-name:hover {
    color: #b32424;
    background-color: #fbf2f2;
}

.ewb-egs-wrap .work-carousel .owl-dots {
    margin-top: 14px;
    height: 10px;
}

.ewb-egs-wrap .work-carousel button.owl-dot {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.ewb-results {
    height: 210px;
}

.ewb-results .ewb-list {
    padding-top: 6px;
}

.ewb-results .ewb-list-node {
    background-image: url('../newimages/list_ico2.png');
}

.ewb-results .ewb-list-name {
    max-width: 100%;
}

.ewb-result-query {
    position: relative;
    padding: 18px 96px 18px 15px;
	height: 78px;
	background-color: #f5f5f5;
}

.ewb-result-query .input-tips {
    position: relative;
    z-index: 1;
    padding-left: 10px;
    height: 42px;
    border: 1px solid #dfe1e6;
    border-radius: 2px;
    background-color: #fff;
}

.ewb-result-query .input-placeholder {
	position: absolute;
	top: 0;
    left: 0;
    padding-left: 10px;
	height: 40px;
    line-height: 39px;
    color: #999;
	z-index: -1;
	cursor: text;
}

.ewb-result-query .input-box {
	width: 100%;
	height: 40px;
    line-height: 39px;
	border: 0;
	background: 0 0;
}

.ewb-result-query .ewb-query-btn {
    top: 18px;
    right: 12px;
    width: 72px;
    height: 42px;
    border-radius: 2px;
    font-size: 18px;
    font-weight: normal;
}

.ewb-result-count {
    margin-top: 20px;
    padding: 13px 0;
    height: 90px;
    border-radius: 2px;
    background-color: #f5f5f5;
}

.ewb-result-count li {
    float: left;
    padding-left: 15px;
    width: 33.33333333333333%;
    height: 32px;
    line-height: 32px;
    vertical-align: top;
    color: #666;
	font-size: 13px;
}

.ewb-result-count li span {
    font-weight: bold;
    color: #333;
}

.ewb-egs-link {
    position: absolute;
    top: 0;
    right: 0;
}

.ewb-egs-link a {
    display: block;
    margin-top: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.ewb-egs-link a:first-child {
    margin-top: 0;
}

.ewb-egs-link a img {
    vertical-align: top;
    
}

.ewb-egs-link a:hover {
    box-shadow:4px 4px 5px 0px rgba(6,0,1,0.3);
}

/* 1200分辨率以下 */
@media (max-width: 1199px) {
    .ewb-egs-wrap {
        width: 460px;
    }
    .ewb-egs-wrap .work-carousel {
        width: 480px;
    }
    .ewb-egs-wrap .ewb-work-name {
        font-size: 14px;
    }
    .ewb-result-query .ewb-query-btn {
        font-size: 16px;
    }
    .ewb-result-count {
        padding: 9px 0;
    }
    .ewb-result-count li {
        width: 50%;
        font-size: 12px;
        height: 24px;
        line-height: 24px;
    }
}

/* 政民互动-下拉菜单 */

.ewb-interaction {
    padding: 19px 19px 0 19px;
    height: 443px;
}

.ewb-interaction-wrap {
    position: relative;
    width: 570px;
}

.ewb-interaction-wrap.r {
    margin-top: 6px;
}

.ewb-interaction-wrap .ewb-tt-node {
    top: 0;
}

.ewb-complaint {
    float: right;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    color: #b32424;
}

.ewb-interaction-wrap.l .ewb-list {
    padding-top: 4px;
}

.ewb-interaction-wrap.r .ewb-list {
    padding-top: 10px;
}

.ewb-interaction .ewb-list-node {
    height: 34px;
    line-height: 34px;
}

.ewb-interaction-link {
    height: 172px;
}

.ewb-interaction-link ul {
    margin-right: -20px;
}

.ewb-interaction-link ul li {
    /* float: left; */
    width: 100%;
    vertical-align: top;
}

.ewb-interaction-item {
    display: block;
    margin-right: 20px;
    padding-top: 36px;
    height: 172px;
    border-radius: 4px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-interaction-item:hover {
    box-shadow:4px 4px 5px 0px rgba(6,0,1,0.3);
}

.ewb-interaction-item.icon1 {
    background-image: url('../newimages/interaction_bg1.jpg');
}

.ewb-interaction-item.icon11 {
    background-image: url('../images/interaction_bg11.jpg');
}

.ewb-interaction-item.icon2 {
    background-image: url('../newimages/interaction_bg2.jpg');
}

.ewb-interaction-item img {
    /* display: block; */
    margin: 22px 30px 34px 30px;;
    width: 52px;
    height: 52px;
}

.ewb-interaction-item span {
  /*   display: block; */
    margin-top: 14px;
    line-height: 24px;
    font-size:19px;
    color: #fff;
}

.ewb-interaction-wrap .ewb-interact {
    position: relative;
    margin-top: 20px;
    height: auto;
}

/* 1200分辨率以下 */
@media (max-width: 1199px) {
    .ewb-interaction-wrap {
        width: 460px;
    }
    .ewb-interaction-link ul {
        margin-right: -10px;
    }
    .ewb-interaction-item {
        margin-right: 10px;
    }
    .ewb-interaction-item span {
        font-size: 14px;
    }
}



/* footer */

.ewb-footer {
    padding-bottom: 20px;
    min-height: 150px;
    background-color: #303133;
}

.ewb-footer-content {
    float: left;
    margin: 40px 0 0 10px;
    width: 60%;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-footer-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 6px;
    line-height: 24px;
    font-size: 12px;
    color: #999;
}

.ewb-footer-item a {
    color: #ccc;
}

.ewb-gongan {
    float: left;
    margin: 2px 5px 0 0;
    width: 18px;
    height: 20px;
}

.ewb-footer-wrap {
    float: right;
}

.ewb-footer-icon,
.ewb-footer-icon a {
    float: left;
}

.ewb-footer-icon a.icon1 {
    margin: 58px 20px 0 0;
    width: 110px;
    height: 55px;
}

.slh{
height: 51px!important;
    background-color: #fff;

}

.ewb-footer-icon a.icon2 {
    margin: 53px 15px 0 0;
    width: 52px;
    height: 64px;
}

body.useOldFixed .ewb-banner{height: 546px !important; background-size: inherit !important;}

/* 1200分辨率以下 */
@media (max-width: 1199px) {
    .ewb-footer-content {
        width: 56%;
    }
}

/* 竖版pad及以下 */
@media (max-width: 979px) {
    .ewb-footer-content {
        float: none;
        margin: 20px 10px 0 10px;
        width: auto;
        text-align: center;
    }

    .ewb-footer-wrap {
        float: none;
        margin-top: 20px;
        text-align: center;
        font-size: 0;
        -webkit-text-size-adjust: none;
    }
    .ewb-footer-icon {
        float: none;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        margin-top: 0;
    }
    .ewb-footer-icon a.icon1 {
        margin-top: 23px;
    }
    .ewb-footer-icon a.icon2 {
        margin-top: 18px;
    }
    .ewb-footer-icon a {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}